:root {
    --green: #8BBE4C;
    --white: #fff;
    --black: #1E1E1E;
    --blue: #002B64;
}

.landing {
    position: relative;
}

.bg {
    position: relative;
    width: 100%;a
    height: 350px;
    background: linear-gradient(180deg, rgba(0, 43, 100, 0.75) 50%, #002B64 100%);
    overflow: hidden;
}

.bg-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    object-fit: cover;
    -webkit-mask-image: url(/media/0holniwj/star-mask-banners.svg);
    mask-image: url(/media/0holniwj/star-mask-banners.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position;
    mask-position: right;
}

.bg-mask {
    display: none;
}

.landing .text {
    position: relative;
    z-index: 5;
}

.landing .text .pre-text {
    color: var(--green);
    font-size: 1.25rem;
    font-weight: 300;
    display: flex;
    gap: .5rem;
    align-items: center;
}

.landing .text h1 {
    font-size: 2.1rem;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 1.5rem;
}

        .landing .text h1 span {
            color: var(--green);
            font-weight: 700;
        }

    .landing .text p {
        color: var(--white);
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .landing .text a {
        color: var(--bg);
        background-color: var(--white);
        padding: 1.25rem;
        display: flex;
        font-size: 1.1rem;
        align-items: center;
        gap: 1rem;
        justify-content: center;
        border-radius: 32.5px;
        text-decoration: none;
    }

.gradient {
    background: linear-gradient(180deg, rgba(56, 90, 159, 0) 0%, #385A9F 50%, rgba(56, 90, 159, 0) 100%);
    position: absolute;
    width: 100%;
    height: 400px;
    transform: translateY(-200px);
    z-index: 0;
}

.content {
    background-color: var(--black);
    margin-top: 2rem;
}

    .content .content-block {
        background: linear-gradient(180deg, rgba(1, 44, 101, 0.5) 16.93%, #FFFFFF 125.98%);
        position: relative;
        z-index: 5;
        padding: 4rem 1rem;
        text-align: center;
        color: var(--white);
        border-radius: 30px;
    }

        .content .content-block h2 {
            font-size: 2rem;
            font-weight: 300;
            margin-bottom: 2rem;
        }

            .content .content-block h2 span {
                color: var(--green);
                font-weight: 700;
            }

        .content .content-block p {
            color: var(--white);
            font-size: .9rem;
            margin-bottom: 2rem;
        }

        .content .content-block .star {
            margin: 1rem 0;
        }

        .content .content-block .alt-text p{
            color: var(--blue);
        }

.content .school-block {
    text-align: center;
    padding-top: 3rem;
    position: relative;
}

.content .school-block .right.mobile {
    display: none;
}

    .content .school-block span {
        color: var(--green);
        font-size: 1.25rem;
        font-weight: 300;
        display: flex;
        gap: .5rem;
        align-items: center;
        justify-content: center;
    }

    .content .school-block h3 {
        font-size: 3rem;
        margin: 1rem 0;
        font-weight: 700;
        color: var(--green);
    }

    .content .school-block p {
        font-size: 1.4rem;
        color: var(--white);
        font-weight: 700;
    }

    .content .school-block .bg-element {
        position: absolute;
        left: -4rem;
        top: -3rem;
    }

    .content .school-block .divider {
        padding: 1rem 0;
    }

    .content .aspire-carousel-wrapper {
        position: relative;
    }

        .content .aspire-carousel-wrapper .bg-element {
            position: absolute;
            right: -1rem;
            top: -2rem;
        }

    .content .aspire-carousel-wrapper .description {
        text-align: center;
        font-size: 1.4rem;
        color: var(--white);
        font-weight: 400;
        line-height: 1;
        margin: 0 1rem;
    }

        .content .aspire-carousel-wrapper .description p span {
            color: var(--green);
            font-weight: 700;
        }

        .content .aspire-carousel-wrapper .link {
            color: var(--white);
            border: .5px solid var(--white);
            background-color: transparent;
            padding: 1.25rem;
            display: flex;
            font-size: 1.1rem;
            align-items: center;
            gap: 1rem;
            justify-content: center;
            border-radius: 32.5px;
            text-decoration: none;
        }

.swiper-wrapper {
    margin: 2rem 0 2rem 0;
    padding-top: 1rem;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 1rem;
    bottom: unset;
}

.aspire-carousel-item {
    background: var(--white);
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    display: flex;
    min-height: 635px;
    flex-direction: column;
    border: 0.84px solid var(--white);
}

.header-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.carousel-content {
    padding: 1rem;
    position: relative;
}

    .carousel-content .head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 3rem 0 1rem 0;
        position: relative;
    }

        .carousel-content .head .bg-watermark {
            position: absolute;
            font-size: 10rem;
            font-weight: 700;
            color: var(--blue);
            opacity: .25;
            top: 0;
            left: -1rem;
            line-height: 0;
        }

    .carousel-content h4 {
        color: var(--blue);
        font-size: 1.5rem;
        font-weight: 700;
        max-width: 70%;
        line-height: 1.2;
    }

    .carousel-content .icon {
        background: #cdd6e2;
        height: 47px;
        width: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

        .carousel-content .icon img {
            width: 30px;
            height: auto;
        }

.bot ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
    list-style: disc;
}

    .bot ul li {
        font-size: .8rem;
        color: var(--blue);
        position: relative;
        margin-right: 1rem;
    }

        .bot ul li::before {
            color: #003366;
            position: absolute;
            left: 0;
        }

            .bot ul li p {
                margin: 0;
            }

.swiper-pagination-bullet {
    background: #D6D6D6;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--green);
}

.content .why-us-block {
    padding: 2rem 0;
}

.content .why-us-block .pre-text {
    text-align: center;
    font-size: 1.4rem;
    color: var(--white);
    font-weight: 400;
    line-height: 1;
    margin: 1rem;
}

    .content .why-us-block .pre-text span {
        color: var(--green);
        font-weight: 700;
    }

    .content .why-us-block .why-us-card {
        position: relative;
        height: 685px;
        overflow: hidden;
        border-radius: 30px;
        margin-top: 2rem;
    }

        .content .why-us-block .why-us-card .bg {
            height: 100%;
        }

        .content .why-us-block .why-us-card .bg-image {
            height: 100%;
            object-fit: cover;
            -webkit-mask-image: url(/media/zzgbsama/vectormaskcard.svg);
            mask-image: url(/media/zzgbsama/vectormaskcard.svg);
            mask-position: bottom right;
        }

        .content .why-us-block .why-us-card .text {
            position: absolute;
            top: 0;
            left: 0;
            padding: 2rem;
            width: 100%;
            height: 100%;
            z-index: 10;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

            .content .why-us-block .why-us-card .text .title {
                font-size: 2rem;
                font-weight: 400;
                line-height: 1.1;
                color: var(--white);
            }

                .content .why-us-block .why-us-card .text .title span {
                    color: var(--green);
                    font-weight: 700;
                }

                .content .why-us-block .why-us-card .text .years span {
                    font-size: 5rem;
                    font-weight: 700;
                    line-height: 1;
                    color: var(--green);
                    margin-bottom: 1rem;
                }

                .content .why-us-block .why-us-card .text .years {
                    margin-bottom: 2rem;
                }

                .content .why-us-block .why-us-card .text .years .years-text {
                    font-size: 1.1rem;
                    color: var(--white);
                    position: relative;
                }

                    .content .why-us-block .why-us-card .text .years .years-text::after {
                        content: " ";
                        width: 50%;
                        height: 3px;
                        background-color: var(--green);
                        position: absolute;
                        bottom: -1rem;
                        left: 0;
                        z-index: 15;
                    }

.content .why-us-block .divider {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

    .content .why-us-block .link {
        color: var(--blue);
        border: .5px solid var(--white);
        background-color: var(--white);
        padding: 1.25rem;
        display: flex;
        font-size: 1.1rem;
        align-items: center;
        gap: 1rem;
        justify-content: center;
        border-radius: 32.5px;
        text-decoration: none;
    }

/*Collapse*/

.collapseables {
    margin: 0 1rem;
}

.multi-collapse {
    position: relative;
    overflow: hidden;
    border: 0.42px solid var(--white);
    border-radius: 0 33px 33px 33px;
    height: 185px;
    font-size: .9rem;
    color: var(--white);
    text-align: left;
    margin-top: 2rem;
    transition: height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    background: #002b64;
}

        .multi-collapse p {
            font-weight: 400;
            line-height: 1.1;
        }

.multi-collapse:first-child {
    height: 320px;
}

    .multi-collapse:first-child .card-overlay {
        padding: 200px 1rem 1rem 1rem;
    }

    .multi-collapse:first-child .bg-image-collapse {
        height: 320px;
    }

    .multi-collapse::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 43, 100, 0) 15.9%, rgba(0, 122, 255, 1) 79.42%);
        z-index: 2;
        pointer-events: none;
    }

    .multi-collapse.is-open::before {
        background: linear-gradient( 180deg, rgba(0, 122, 255, 0) 0%, rgba(0, 122, 255, 0.6) 30%, rgba(0, 122, 255, 1) 50% );
    }

    .multi-collapse.is-open {
        height: unset !important;
    }
    
    .multi-collapse.is-open .text-summary {
        display: none;
    }

.bg-image-collapse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
    z-index: 1;
}

.multi-collapse.is-open .card-overlay {
    flex-direction: column;
    align-items: flex-end;
}

.card-overlay {
    position: relative;
    z-index: 3;
    padding: 80px 1rem 1rem 1rem;
    height: 100%;
    display: flex;
    gap: 1rem;
}

    .card-overlay .content-area {
        width: fit-content;
    }

.text-expanded {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.5s ease, opacity 0.4s ease;
}

.is-open .text-expanded {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 1rem;
}

.toggle-btn {
    z-index: 4;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
    background: transparent;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.minus-icon {
    display: none;
}

.is-open .plus-icon {
    display: none;
}

.is-open .minus-icon {
    display: block;
}

/*Partnership Carousel*/

.partnership-section {
    position: relative;
}

.partnership-section .carousel-title {
    font-size: 1.75rem;
    color: var(--green);
    font-weight: 700;
    margin: 1rem;
    text-align: center;
}

.partnership-section .divider {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.partnership-section .bg-element {
    position: absolute;
    left: -4rem;
    top: -3rem;
}

.card-container {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 650px;
    margin: auto;
    perspective: 1200px;
    transition: height 0.5s ease;
}

/* CARD BASE */
.card-item {
    position: absolute;
    inset: 0;
    border-radius: 30px;
    overflow: hidden;
    background: var(--blue);
    border: 0.9px solid var(--white);
}

/* FRONT IMAGE (TOP) */
.card-image-wrap {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

    .card-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .card-image-wrap::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 90px;
        background-image: linear-gradient( to bottom, transparent, #002b64 );
    }

.card-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}

    .card-bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* BACK OVERLAY */
.card-back::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(4,35,85,0.75) 0%, rgba(4,35,85,0.9) 55%, rgba(4,35,85,1) 100% );
    z-index: 1;
}

/* CONTENT */
.card-body {
    position: relative;
    z-index: 2;
    padding: 0 1.25rem 1.25rem 1.25rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.card-back .card-body {
    padding: 2rem 1.25rem;
}

/* TEXT */
.person-name {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    min-height: 42px;
}

    .person-name span {
        color: var(--green);
        font-weight: 700;
    }
    
.quote p {
    font-size: 0.9rem;
    line-height: 1.2;
    margin: 0;
}

.full-text {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 100px;
}

/* TAG */
.tag {
    background: var(--green);
    color: var(--white);
    padding: 6px 16px;
    font-size: 0.85rem;
    border-radius: 0 0 14px 14px;
    border: 0.9px solid var(--white);
    border-top: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    text-align: center;
    z-index: 3;
    align-self: center;
}

/* BUTTONS */
.toggle-btn-card {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.8);
    color: #fff;
    padding: 8px 22px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.25s ease;
    margin-top: 1rem;
}

    .toggle-btn-card:hover {
        background: rgba(255,255,255,0.15);
    }

/* FLIP STATES */
.card-front {
    opacity: 1;
    transform: translateY(0) scale(1);
    transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.4,0,0.2,1);
}

.card-back {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.6s cubic-bezier(0.4,0,0.2,1);
}

.card-container.is-expanded .card-front {
    opacity: 0;
    transform: translateY(-20px) scale(0.98);
    pointer-events: none;
}

.card-container.is-expanded .card-back {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
/*Our Team Carousel*/

.our-team-block .title {
    color: var(--green);
    font-size: 1.25rem;
    font-weight: 300;
    display: flex;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.our-team-block .swiper-horizontal > .swiper-pagination-bullets, .our-team-block .swiper-pagination-bullets.swiper-pagination-horizontal, .our-team-block .swiper-pagination-custom, .our-team-block .swiper-pagination-fraction {
    top: unset;
    bottom: 0;
}

.team-card {
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
}

.team-card__body {
    background: #002b64;
    border-radius: 0 30px 30px 30px;
    color: var(--white);
    border: .45px solid var(--white);
    transition: all 0.5s ease;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.team-card__image-wrap {
    height: 330px;
    width: 100%;
    position: relative;
    background-image: linear-gradient(to bottom, #007aff, #002b64);
}

.team-card.is-open .team-card__image-wrap {
    height: unset;
}

    .team-card.is-open .team-card__image-wrap::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        height: 100%;
        background-image: linear-gradient( to bottom, transparent, #002b64 );
    }

.team-card.is-open .team-card__image-wrap img {
    width: 75%;
    margin: 0 auto 0 auto;
    padding-top: 1rem;
    height: auto;
}

.team-card__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-card__header-external {
    text-align: center;
    padding-top: 1.5rem;
    color: var(--white);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

    .team-card__header-external h3 {
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.1;
        color: var(--white);
    }

        .team-card__header-external h3 span {
            color: var(--green);
            font-weight: 700;
        }

    .team-card__header-external .team-card__role {
        font-size: .9rem;
        font-weight: 300;
    }

.team-card__content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease, padding 0.5s ease;
}

    .team-card__content .details h3 {
        font-size: 1.5rem;
        font-weight: 400;
    }

        .team-card__content .details h3 span {
            color: var(--green);
            font-weight: 700;
        }

    .team-card__content .team-card__role {
        font-size: .8rem;
        font-weight: 300;
    }

    .team-card__content .quote-block {
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0 2rem 1rem 0;
        line-height: 1.2;
    }

    .team-card__content .about {
        font-size: 1rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

.team-card.is-open .team-card__content {
    max-height: 1300px;
    opacity: 1;
    padding: 1rem 1.5rem;
}

.team-card.is-open .team-card__header-external {
    transform: translateY(-150px);
    opacity: 0;
    pointer-events: none;
}

.team-card.is-open .team-card__toggle{
    position: unset;
    margin: 0 1.5rem 1.5rem 1.5rem
}

.team-card__toggle {
    background: rgba(0, 43, 100, 0.3);
    border: .45px solid var(--white);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 20px;
    margin-top: 15px;
    cursor: pointer;
    align-self: center;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: .9rem;
    text-transform: uppercase;
}

.content-image {
    padding: 1rem;
}

    .content-image .mobile {
        display: block;
            margin: 0 auto;
    }

    .content-image .desktop {
        display: none;
            margin: 0 auto;
    }

.text-block {
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
    padding: 1rem;
    color: var(--white);
    line-height: 1.2;
}

.partner-text p {
    text-align: center;
    font-size: 1.4rem;
    color: var(--white);
    font-weight: 400;
    line-height: 1;
    margin: 1rem;
}

    .partner-text p span {
        color: var(--green);
        font-weight: 700;
    }

    .aspire-carousel-wrapper .bot .mobile-text {
        display: none;
    }

.content .content-block .desktop-image {
    display: none
}

.content .content-block .mobile-image {
    display: block;
}

.content-block .desktop-text-image {
    display: none;
}

.content-block .desktop-text {
    display: none;
}

.scroll {
    display: none;
}

@media(max-width: 767px) {
    .landing .text {
        padding: 0 1.34rem 1.5rem;
        margin-top: 1rem;
    }

    section {
        padding: 0 1.34rem 1.5rem;
    }

    .content {
        padding: 0 1.34rem 1.5rem;
    }
}

@media(max-width: 1200px){
    .landing .text {
        width: 100% !important;
        left: 0 !important;
        padding: 2rem;
    }
}

@media(min-width:950px) {
.landing .text p {
font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    width: 75%;
}
.header-image img {
    height: 225px;
}

    .content-image {
        margin: 0 5rem;
    }

    .content .content-block .image.alt {
        display: none;
    }

    .content-block .desktop-text-image {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .desktop-text-image .left {
            width: 35%;
            padding: 2rem;
            background-color: var(--white);
            border-radius: 30px;
        }

            .desktop-text-image .left p {
                color: var(--blue) !important;
                font-size: 1.2rem;
                margin: 0 !important;
            }

            .desktop-text-image .left .star {
                display: block !important;
            }

        .desktop-text-image .right {
            width: 60%;
            padding: 2rem;
        }

            .desktop-text-image .right img {
                width: 100%;
                height: auto;
            }

    .scroll {
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 5;
        font-size: 1.2rem;
        color: var(--white);
        font-weight: 300;
    }

        .scroll .scroll-item {
            padding: .4rem 2rem;
            position: relative;
        }

            .scroll .scroll-item::after {
                content: " ";
                height: 100px;
                width: 1px;
                border-left: .9px dashed var(--white);
                position: absolute;
                left: 50%;
                bottom: calc(-100px - .4rem);
                transform: translateX(-50%);
            }

            .scroll .scroll-item::before {
                content: "";
                position: absolute;
                bottom: -5px;
                left: 0;
                width: 100%;
                height: .9px;
                background-color: var(--green);
                z-index: 10;
            }

    .content {
        background-color: var(--blue);
        margin-top: 6rem;
    }

    .landing .text {
        position: absolute;
        top: 50%;
        transform: translateY(-30%);
        left: 5rem;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .content .content-block {
        margin: 0 5rem;
        background: transparent;
    }


    .content-block .text.alt .text-content {
        display: none;
    }

    .content-block .desktop-text {
        display: block;
        padding: 2rem;
        background-color: var(--white);
        border-radius: 30px;
        display: flex;
        gap: 2rem;
        align-items: center;
        justify-content: center;
    }

        .content-block .desktop-text .main-text {
            text-align: right;
            width: 45%;
        }

            .content-block .desktop-text .main-text p, .content-block .desktop-text .alt-text p {
                margin: 0;
                font-size: 1.2rem;
            }



        .content-block .desktop-text .alt-text {
            text-align: left;
            width: 45%;
        }

        .content-block .desktop-text .star {
            display: block !important;
        }

        .content-block .desktop-text p {
            color: var(--blue);
        }

    .landing .text h1 {
        font-size: 4rem;
    }

    .content .content-block h2 {
        font-size: 3.75rem;
        margin: 0 2rem 2rem 2rem;
    }

        .content .content-block .text {
            padding: 0 5rem;
        }

    .content .content-block p {
font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    }

    .content .content-block .star {
        display: none;
    }

    .content .content-block .desktop-image {
        display: block
    }

    .content .content-block .mobile-image {
        display: none;
    }

    .content .content-block .image {
        background-color: var(--white);
        padding: 4rem 6rem;
        margin: 0 4rem;
        border-radius: 30px;
        overflow: hidden;
    }

        .content .content-block .image img {
            width: 100%;
            height: auto;
        }

    .bg-image, .bg {
        height: 700px;
    }

    .team-card__image-wrap {
        height: 425px;
    }

    .content .why-us-block .divider {
        display: none;
    }

    .content .why-us-block .pre-text {
        display: none;
    }

    .content .why-us-block {
        display: flex;
    }

        .content .why-us-block .left {
            width: 50%;
            padding-right: 1.5rem;
            position: relative;
        }

            .content .why-us-block .left::after {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 25%;
        height: 110%;
        background: linear-gradient(270deg, rgba(0, 43, 100, 1) 10%, rgba(255, 255, 255, 0) 100%);
        z-index: 5;
            }

        .content .why-us-block .why-us-card {
            border-radius: 0;
            height: 100%;
            margin-top: 0;
        }

        .content .why-us-block .right {
            width: 50%;
            padding: 0 1.5rem;
        }

        .content .why-us-block .why-us-card .text {
            padding: 4rem;
        }

        .multi-collapse {
            margin: 0;
            border: none;
            border-radius: 0;
            font-size: 1rem;
        }

        .multi-collapse:first-child .card-overlay {
            padding: 80px 1rem 1rem 1rem;
        }

        .multi-collapse:first-child {
            border-radius: 0 30px 0 0;
            height: 185px;
        }

        .multi-collapse:last-child {
            border-radius: 0 0 30px 30px;
        }

    .partnership-section .carousel-title {
        font-size: 3.5rem;
        margin: 2rem 0;
    }

        .partnership-section .carousel-title span {
            color: var(--white);
            font-weight: 400;
        }

    .card-container {
        max-width: 800px;
        text-align: left;
        height: 450px;
    }

    .content .school-block {
        display: flex;
        align-items: flex-end;
        padding-bottom: 3rem;
    }

    .content .school-block .divider { display: none;}

    .content .school-block .left {
        padding-left: 5rem;
        width: 50%;
        text-align: left;
    }

        .content .school-block .left p {
            margin: 0;
            font-weight: 400;
            font-size: 2rem;
        }

    .content .aspire-carousel-wrapper .description {
        display: none;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: unset;
        bottom: 0rem;
    }

    .content .school-block .right {
        padding-right: 5rem;
        width: 50%;
        padding-left: 2rem;
        border-left: 1px dashed var(--white);
    }

    .content .school-block h3 {
        font-size: 3.5rem;
        margin-bottom: 0;
    }

        .content .school-block .right p {
            font-weight: 400;
            margin: 0;
            text-align: left;
        }

        .content .school-block .right p span {
            display: inline-block;
            font-weight: 700;
        }

        .content .school-block span {
            justify-content: flex-start;
        }

        .content .school-block .right.mobile {
            display: block;
        }

        .aspire-carousel-wrapper .bot {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 2rem 0;
            gap: 2rem;
        }

    .content .aspire-carousel-wrapper .link {
        width: fit-content;
        background-color: var(--white);
        color: var(--blue);
        padding: 1.25rem 2.5rem;
    }

        .aspire-carousel-wrapper .bot .mobile-text {
            display: block;
            color: var(--white);
            font-size: 1.4rem;
            text-align: right;
            line-height: 1.2;
        }

            .aspire-carousel-wrapper .bot .mobile-text span {
                font-weight: 700;
                color: var(--green);
            }

    .content .aspire-carousel-wrapper .bg-element {
        width: 560px;
        top: -350px;
        right: -100px;
    }

    .content .why-us-block .bot {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin: 2rem 0;
        gap: 1rem;
    }

    .content .why-us-block .why-us-card .text .title {
        font-size: 2.5rem;
    }

    .content .why-us-block .bot .partner-text {
        width: 60%;
    }

            .content .why-us-block .bot .partner-text p {
                font-size: 1rem;
                text-align: left;
                line-height: 1.4;
            }

        .content .why-us-block .bot a {
            font-size: .9rem;
        }

    .card-body {
        align-items: flex-start;
    }

    .tag {
        font-size: 1rem;
        width: 35%;
    }

    .person-name {
        font-size: 1.2rem;
    }

    .quote p {
        font-size: 1.2rem;
    }

    .our-team-block .title{
        font-size: 2.5rem;
        color: var(--white);
        font-weight: 400;
        text-transform: none;
    }

        .our-team-block .title span {
            color: var(--green);
            font-weight: 700;
        }

        .our-team-block .title img {
            display: none;
        }

    .content-image .mobile {
        display: none;
    }

    .content-image .desktop {
        display: block;
                margin: 0 auto;
    }
    
    .text-block {
        display: none;
    }
    
    .bot ul li {
        font-size: 1rem;
    }
    .aspire-carousel-item {
        min-height: 750px;
    }
    .multi-collapse p {
            font-size: 1.2rem;
    }
    .team-card__header-external .team-card__role {
        font-size: 1.2rem;
        margin-top: 1rem;
    }
    .SchoolOperator .bg {
        background-position: 350px 50% !important;
    }
    .SchoolOperator .bg-image {
        object-position: 350px 50%;
    }
    .Government .bg {
        background-position: 200px !important;
    }
    .Government .bg-image {
        object-position: 200px;
    }
}

@media(min-width: 1300px){
        .Government .bg {
        background-position: 300px !important;
    }
    .Government .bg-image {
        object-position: 300px;
    }
    .Investor .bg-image, .PropertyDeveloper .bg-image {
        object-position: 100px;
    }
    .Investor .bg, .PropertyDeveloper .bg {
        background-position: 100px !important;
    }
    .SchoolOperator .bg {
        background-position: 650px 50% !important;
    }
    .SchoolOperator .bg-image {
        object-position: 650px 50%;
    }
}